-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nsf patch 1 #136
base: main
Are you sure you want to change the base?
Nsf patch 1 #136
Conversation
@RichardLitt The Open Source Science Initiative (OSSci) reference will be updated to link to our template once the pull request for OSSci is merged . These entries are dependent on that update for proper referencing. #130 |
Thanks @reginankenchor. @Nolski - do you think we could use this for the NSF main page? @reginankenchor Could you add this to the _toc.yml? |
## Open Source Science Support | ||
|
||
NSF has provided significant funding to open science initiatives to advance scientific collaboration, computational research, and data transparency. Its investments help drive innovation in research infrastructure and ensure broader accessibility of scientific resources. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also list and link subgrants as we do in the funders page? https://github.com/sustainers/academic-map/blob/main/funders/index.md?plain=1#L17-L20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's a good idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also list and link subgrants as we do in the funders page? https://github.com/sustainers/academic-map/blob/main/funders/index.md?plain=1#L17-L20
I’ve added the subgrants as suggested. Thanks for the feedback!
Okay. |
|
||
### Notable Open Source Science Funding Initiatives | ||
|
||
- **[Open Source Science Initiative (OSSci)](https://www.opensource.science/):** OSSci, co-founded by [NumFOCUS](https://github.com/sustainers/academic-map/blob/main/organizations/numfocus.md) and IBM, connects researchers with open-source software communities. It supports interest groups focused on Climate & Sustainability, Reproducible Science, and Healthcare & Life Sciences. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix this
|
||
- **Open-Source Software for Science:** NSF funds various scientific computing initiatives, including software infrastructure projects that support open-source research tools and data accessibility. | ||
|
||
#### **NSF-Funded Open Source Subgrants** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Work on these links
Looks like another hardcoded link. From Claude: Relative Links in Jupyter NotebooksRelative links are useful in Jupyter Notebooks, especially when organizing content across multiple notebooks or referencing external files within the same project structure. Here's what you need to know: Basic UsageJupyter Notebooks support standard Markdown link syntax for relative links: [Link text](relative/path/to/file.ipynb) Key Points About Relative Links
Example Use Cases
Implementation Example# Project Links
- [Introduction](./introduction.ipynb)
- [Data Processing](./data/processing.ipynb)
- [Analysis](./analysis/main.ipynb)
- [Results](./results.ipynb)
- [Image Gallery](./images/) This approach helps create organized, navigable documentation within your Jupyter project structure. |
No description provided.